home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / xdg / menus / preferences.menu < prev    next >
Encoding:
Text File  |  2007-04-13  |  1.2 KB  |  49 lines

  1. <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
  2.  "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
  3.  
  4. <Menu>
  5.   <Name>Preferences</Name>
  6.   <Directory>Preferences.directory</Directory>
  7.  
  8.   <!-- Read standard .directory and .desktop file locations -->
  9.   <DefaultAppDirs/>
  10.   <DefaultDirectoryDirs/>
  11.  
  12.   <!-- Ensure we read from the old capplets .desktop location -->
  13.   <LegacyDir>/usr/share/control-center-2.0/capplets</LegacyDir>
  14.  
  15.   <!-- Read in overrides and child menus from preferences-merged/ -->
  16.   <DefaultMergeDirs/>
  17.  
  18.   <!-- Stuff in the toplevel -->
  19.   <Include>
  20.     <And>
  21.       <Category>Settings</Category>
  22.       <Not>
  23.         <Or>
  24.           <Category>System</Category>
  25.           <Category>Accessibility</Category>
  26.         </Or>
  27.       </Not>
  28.     </And>
  29.   </Include>
  30.  
  31.   <!-- Menu items to exclude from the toplevel -->
  32.   <Exclude>
  33.     <Filename>gnomecc.desktop</Filename>
  34.   </Exclude>
  35.  
  36.   <!-- Accessibility -->
  37.   <Menu>
  38.     <Name>Accessibility</Name>
  39.     <Directory>Settings-Accessibility.directory</Directory>
  40.     <Include>
  41.       <And>
  42.         <Category>Settings</Category>
  43.         <Category>Accessibility</Category>
  44.       </And>
  45.     </Include>
  46.   </Menu>
  47.  
  48. </Menu>     <!-- End Prefs -->
  49.